home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / Development Tools / XCMDs and XFCNs / Socket and Serial / CommConnect XFCN v1.1a / stack_-1.xml < prev    next >
Encoding:
Extensible Markup Language  |  1994-09-17  |  2.1 KB  |  34 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in.1a</name>
  5.     <id>-1</id>
  6.     <cardCount>12</cardCount>
  7.     <cardID>2909</cardID>
  8.     <listID>2162</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>
  17. --
  18. -- CommConnect XFCN scripts
  19. -- by Alex Metcalf
  20. --
  21. -- Coyright ¬© 1994 Best Before Yesterday
  22. -- All rights reserved worldwide
  23. --
  24.  
  25.  
  26. on closeStack
  27. get CommConnect ("close connection")
  28. end closeStack
  29.  
  30. on watch
  31. set the cursor to watch
  32. end watch
  33.  
  34. on none
  35. set the cursor to none
  36. end none
  37.  
  38. on cross
  39. set the cursor to cross
  40. end cross
  41.  
  42. on busy
  43. set the cursor to busy
  44. end busy
  45. </script>
  46.     <background id="2767" file="background_2767.xml" name="" />
  47.     <background id="4682" file="background_4682.xml" name="" />
  48.     <background id="5563" file="background_5563.xml" name="" />
  49.     <background id="6403" file="background_6403.xml" name="" />
  50.     <card id="2909" file="card_2909.xml" marked="false" name="main" owner="2767" />
  51.     <card id="5104" file="card_5104.xml" marked="false" name="what is" owner="4682" />
  52.     <card id="8155" file="card_8155.xml" marked="false" name="error messages" owner="4682" />
  53.     <card id="9570" file="card_9570.xml" marked="false" name="shareware info" owner="4682" />
  54.     <card id="8937" file="card_8937.xml" marked="false" name="about" owner="4682" />
  55.     <card id="9207" file="card_9207.xml" marked="false" name="installing" owner="4682" />
  56.     <card id="6687" file="card_6687.xml" marked="false" name="preparing for use" owner="6403" />
  57.     <card id="7166" file="card_7166.xml" marked="false" name="working with connections" owner="6403" />
  58.     <card id="7410" file="card_7410.xml" marked="false" name="sending and receiving data" owner="6403" />
  59.     <card id="7924" file="card_7924.xml" marked="false" name="other commands" owner="6403" />
  60.     <card id="5882" file="card_5882.xml" marked="false" name="how to use" owner="5563" />
  61.     <card id="8325" file="card_8325.xml" marked="false" name="example" owner="5563" />
  62. </stack>
  63.